home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pdox693.zip / TI517.ASC < prev    next >
Text File  |  1992-08-12  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  517
  9.   VERSION  :  3.0
  10.        OS  :  DOS
  11.      DATE  :  August 12, 1992                          PAGE  :  1/2
  12.  
  13.     TITLE  :  Answer table not found - PPROG
  14.  
  15.  
  16.  
  17.  
  18.   When selecting {EDIT} from the PPROG menu with {ALL RECORDS} you
  19.   may get the result: "Answer Table Not Found".
  20.  
  21.   You can easily edit the script where the above message occurs to
  22.   resolve the situation.  To do so use the semicolon character ";"
  23.   to comment out eight lines of code that are not necessary in this
  24.   context.  Please refer to the PAL User's Guide for a detailed
  25.   explanation of the semicolon character within a script.
  26.  
  27.   To find the appropriate lines of code, follow these steps:
  28.  
  29.       o  Start Paradox3 and change to the directory containing your
  30.          own Personal Programmer application.
  31.  
  32.       o  Play your application (if its name is Video, select
  33.          {Scripts} {Play} and provide the name: Video).
  34.  
  35.       o  Move through your application's menu and lead yourself to
  36.          the menu which produces the message "Answer Table Not
  37.          Found".
  38.  
  39.       o  Prior to selecting the offending menu choice, Press
  40.          <Ctrl-Break> (it may beep).
  41.  
  42.       o  NOW, Select the menu choice that produces the message.
  43.  
  44.       o  You should see {Cancel} {Debug} as choices.
  45.  
  46.       o  Choose {Debug}.  A line of code will appear at screen's
  47.          bottom.
  48.  
  49.       o  Press <Ctrl-S> to single Step until the line of code at
  50.          screen's bottom reads:  Create "Deleted" like "Answer".
  51.  
  52.       o  Press <Ctrl-E> (script Editor) to edit the script at the
  53.          line displayed on the screen.
  54.  
  55.       o  Place a semicolon in front of this line and the next seven
  56.          lines of code (so it looks like the following code):
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Paradox                                NUMBER  :  517
  75.   VERSION  :  3.0
  76.        OS  :  DOS
  77.      DATE  :  August 12, 1992                          PAGE  :  2/2
  78.  
  79.     TITLE  :  Answer table not found - PPROG
  80.  
  81.  
  82.  
  83.  
  84.        ;  Create "Deleted" like "Answer"
  85.        ;  If (ApplicErrorRetval) THEN
  86.        ;      RETURN FALSE
  87.  
  88.        ;  ENDIF
  89.        ;  View "Deleted"
  90.        ;  If (ApplicErrorRetval) THEN
  91.        ;      RETURN FALSE
  92.        ;  ENDIF
  93.  
  94.       o  Press <F2> to save the changed script.
  95.  
  96.       o  From the Paradox Menu, select {Scripts} {Play} and type in
  97.          scriptLIB (substituting the name of your application for
  98.          the word "script").  For instance, if your application is
  99.          VIDEO, there will be a script with the name VIDEOLIB.
  100.          Playing this script will rebuild the VIDEO application's
  101.          libraries.
  102.  
  103.   Changing the application with PPROG will require that you repeat
  104.   the above process.
  105.  
  106.   Note: Future versions of Paradox resolve this issue.  You may
  107.   consider updating your Paradox via the Borland Order Desk at
  108.   1-800-331-0877.
  109.  
  110.   DISCLAIMER: You have the right to use this technical information
  111.   subject to the terms of the No-Nonsense License Statement that
  112.   you received with the Borland product to which this information
  113.   pertains.
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.